DatabaseUtilsGetDbType Method

[Missing <summary> documentation for "M:KeeperSecurity.Utils.DatabaseUtils.GetDbType(KeeperSecurity.Utils.ColumnType)"]

Definition

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public static DbType GetDbType(
	ColumnType columnType
)

Parameters

columnType  ColumnType

[Missing <param name="columnType"/> documentation for "M:KeeperSecurity.Utils.DatabaseUtils.GetDbType(KeeperSecurity.Utils.ColumnType)"]

Return Value

DbType

[Missing <returns> documentation for "M:KeeperSecurity.Utils.DatabaseUtils.GetDbType(KeeperSecurity.Utils.ColumnType)"]

See Also