| SqlMetadataProperty Class |
Namespace: LiteRepository
public sealed class Property
The SqlMetadataProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| SqlMetadataProperty |
Initializes a new instance of the SqlMetadataProperty class.
|
| Name | Description | |
|---|---|---|
| DbName |
Gets a name of the database column.
| |
| IsIdentity |
Gets a value indicating whether the property is identity primary key.
| |
| IsPrimaryKey |
Gets a value indicating whether the property is a part of the primary key .
| |
| Name |
Gets a name of the property.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |