RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbFieldConstants..::..GetColumnTypeForFieldType Method

Gets the type of the column type for field. Used by builder.Property.HasColumnType().;

Namespace:  RingSoft.DbLookup.EfCore
Assembly:  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.

Return Value

System.String.