コード例 #1
0
ファイル: AttributeInfo.cs プロジェクト: noriy0363/CrmAdo
 public virtual Type GetFieldType()
 {
     return(AttributeType.GetValueOrDefault().GetCrmAgnosticType());
 }
コード例 #2
0
ファイル: AttributeInfo.cs プロジェクト: noriy0363/CrmAdo
 public virtual string GetSqlDataTypeName()
 {
     return(AttributeType.GetValueOrDefault().GetSqlDataTypeName(this.AttributeTypeDisplayName));
 }