MySqlDbConstants..::..GetColumnTypeForFieldType Method
Gets the type of the column type for field.
Namespace:
RingSoft.DbLookup.EfCoreAssembly: RingSoft.DbLookup.EfCore (in RingSoft.DbLookup.EfCore.dll)
Syntax
public string GetColumnTypeForFieldType( DbFieldTypes fieldType )
Public Function GetColumnTypeForFieldType ( _ fieldType As DbFieldTypes _ ) As String
public: String^ GetColumnTypeForFieldType( DbFieldTypes^ fieldType )
Parameters
- fieldType
- Type: RingSoft.DbLookup.DataProcessor..::..DbFieldTypes
Type of the field.