Exemplo n.º 1
0
 public virtual Type GetFieldType()
 {
     return(AttributeType.GetValueOrDefault().GetCrmAgnosticType());
 }
Exemplo n.º 2
0
 public virtual string GetSqlDataTypeName()
 {
     return(AttributeType.GetValueOrDefault().GetSqlDataTypeName(this.AttributeTypeDisplayName));
 }