Persist.NET Documentation Class Library

ColumnMap.DbType Property

Returns type of this column. This cannot be changed once initialized (throw exception)

[Visual Basic]
Public Property DbType As DbType
[C#]
public System.Data.DbType DbType {get; set;}

Property Value

Missing <value> documentation for P:Persist.Maps.ColumnMap.DbType

See Also

ColumnMap Class | Persist.Maps Namespace