| SqlMetadata Class |
Namespace: LiteRepository
public sealed class SqlMetadata : IEnumerable<SqlMetadataProperty>, IEnumerable
The SqlMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
| SqlMetadata |
Initializes a new instance of the SqlMetadata class.
|
| Name | Description | |
|---|---|---|
| Count |
Gets a count of properties.
| |
| DbName |
Gets a database table name.
| |
| IsIdentity |
Gets a value indicating whether the table is the table with identity primary key.
| |
| ItemInt32 |
Gets a property information by index.
| |
| ItemString |
Gets a property information by name.
| |
| Name |
Gets a name of the entity.
| |
| Type |
Gets a type of the entity.
|
| Name | Description | |
|---|---|---|
| ClearCache |
Clears a cache.
| |
| Equals(Object) |
Compares obj and current instance.
(Overrides ObjectEquals(Object).) | |
| Equals(SqlMetadata) |
Compares metadata and current instance.
| |
| GetEnumerator |
Returns a enumerator.
| |
| GetHashCode |
Returns the Hash Code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetSqlMetadata |
Returns a metadata for type.
| |
| GetSubsetForType |
Gets a collection of property information only for properties
which contains in the type.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |