SchemaInfo Class |
Namespace: NetQuarry.Data
The SchemaInfo type exposes the following members.
Name | Description | |
---|---|---|
AllowDBNull |
Returns the AllowDBNull value
| |
BaseCatalogName |
Returns the BaseCatalogName value
| |
BaseColumnName |
Returns the BaseColumnName value
| |
BaseSchemaName |
Returns the BaseSchemaName value
| |
BaseTableName |
Returns the BaseTableName value
| |
ColumnName |
Returns the ColumnName value
| |
ColumnOrdinal |
Returns the ColumnOrdinal value
| |
ColumnSize |
Returns the ColumnSize value
| |
DataType |
Returns the DataType value
| |
IsAutoIncrement |
Returns the IsAutoIncrement value
| |
IsIdentity |
Returns the IsIdentity value.
| |
IsKey |
Returns the IsKey value
| |
IsLong |
Returns the IsLong value
| |
IsReadOnly |
Returns the IsReadOnly value
| |
IsRowVersion |
Returns the IsRowVersion value
| |
IsUnique |
Returns the IsUnique value
| |
NumericPrecision |
Returns the NumericPrecision value
| |
NumericScale |
Returns the NumericScale value
| |
ProviderType |
Returns the ProviderType value
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetOleDbType |
Gets the OleDbType for the item. Note that this is generally not directly reported by the DBMS and must
be calculated from other type information provided about the schema.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |