'Declaration
<KellermanSoftware.NetDataAccessLayer.Attributes.ColumnMappingAttribute("MD5", DbType.AnsiString, 32)> <KellermanSoftware.NetDataAccessLayer.Attributes.NullableAttribute()> Public Property MD5 As String
'Usage
Dim instance As TrackedLink Dim value As String instance.MD5 = value value = instance.MD5
[KellermanSoftware.NetDataAccessLayer.Attributes.ColumnMapping("MD5", DbType.AnsiString, 32)] [KellermanSoftware.NetDataAccessLayer.Attributes.Nullable()] public string MD5 {get; set;}