Click or drag to resize

NETToDBTypeConversion Class

Class which defines a .NET to DBType conversion definition which is used to produce DBTypeDefinition instances based on specified .NET types and additional information (length, precision, scale)
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.DBDriverCoreNETToDBTypeConversion

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public class NETToDBTypeConversion

The NETToDBTypeConversion type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDBType
Gets or sets the DB type
Public propertyDBTypeAsString
Gets or sets the db type as string, which is the native DB type name in the related database.
Public propertyLengthFilter
Gets or sets the length filter.
Public propertyLengthOverride
Gets or sets the length override. Specify -1 to ignore
Public propertyNETType
Gets or sets the .NET type
Public propertyPrecisionFilter
Gets or sets the precision filter.
Public propertyPrecisionOverride
Gets or sets the precision override. Specify -1 to ignore
Public propertyScaleFilter
Gets or sets the scale filter.
Public propertyScaleOverride
Gets or sets the scale override. Specify -1 to ignore
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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
Serves as the default hash function.
(Inherited from Object.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also