DBTypeDefinition Methods |
The DBTypeDefinition type exposes the following members.
Name | Description | |
---|---|---|
Create |
Creates a new DBTypeDefinition instance with the specific data specified.
| |
DeserializeFromReader |
Deserializes from reader. Reader is positioned at the element which contains the attributes to read. Reader won't be positioned on another element, all
data to read is in the current element
| |
Equals |
Determines if the passed in object is equal to this object, using a compare of DbType, Length, Precision and scale.
(Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns the hashcode for this object.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
| |
SetDBType(Int32, DBDriverBase, Int32, Int32, Int32) |
Sets various type information for this typedefinition and all values related to it which are retrievable from the driver specified.
| |
SetDBType(Int32, DBDriverBase, String, String, String, Type, Int32, Int32, Int32) |
Sets the DBtype of this typedefinition and all values related to it which are retrievable from the driver specified.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |