NETToDBTypeConversion Class |
Namespace: SD.LLBLGen.Pro.DBDriverCore
The NETToDBTypeConversion type exposes the following members.
Name | Description | |
---|---|---|
NETToDBTypeConversion(Type, Int32, Int32, Int32, Int32) |
Initializes a new instance of the NETToDBTypeConversion class.
| |
NETToDBTypeConversion(Type, FuncInt32, Boolean, FuncInt32, Boolean, FuncInt32, Boolean, Int32, Int32, Int32, Int32) |
Initializes a new instance of the NETToDBTypeConversion class.
|
Name | Description | |
---|---|---|
DBType |
Gets or sets the DB type
| |
DBTypeAsString |
Gets or sets the db type as string, which is the native DB type name in the related database.
| |
LengthFilter |
Gets or sets the length filter.
| |
LengthOverride |
Gets or sets the length override. Specify -1 to ignore
| |
NETType |
Gets or sets the .NET type
| |
PrecisionFilter |
Gets or sets the precision filter.
| |
PrecisionOverride |
Gets or sets the precision override. Specify -1 to ignore
| |
ScaleFilter |
Gets or sets the scale filter.
| |
ScaleOverride |
Gets or sets the scale override. Specify -1 to ignore
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from 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 | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |