Click or drag to resize
SqlMetadataProperty Class
Defines item of metadata information.
Inheritance Hierarchy
SystemObject
  LiteRepositorySqlMetadataProperty

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public sealed class Property

The SqlMetadataProperty type exposes the following members.

Constructors
  NameDescription
Public methodSqlMetadataProperty
Initializes a new instance of the SqlMetadataProperty class.
Top
Properties
  NameDescription
Public propertyDbName
Gets a name of the database column.
Public propertyIsIdentity
Gets a value indicating whether the property is identity primary key.
Public propertyIsPrimaryKey
Gets a value indicating whether the property is a part of the primary key .
Public propertyName
Gets a name of the property.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also