Exemple #1
0
 static public EntityFieldDef AddEntityFieldDef(Guid entityDefId, string fieldName, string caption, DataTypes dataType, int length)
 {
     using (BasicChannel channel = new BasicChannel())
     {
         return(channel.AddEntityFieldDef(entityDefId, fieldName, caption, dataType, length));
     }
 }