Click or drag to resize
DBTypeDefinition Methods

The DBTypeDefinition type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates a new DBTypeDefinition instance with the specific data specified.
Public methodDeserializeFromReader
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
Public methodEquals
Determines if the passed in object is equal to this object, using a compare of DbType, Length, Precision and scale.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hashcode for this object.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeToWriter
Serializes the data in this class to the serializer passed in
Public methodSetDBType(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.
Public methodSetDBType(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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also