Client 的不支持返回值为原生类型(string,int)的服务操作调用,例如我们用如下服务操作: [WebGet] public ObjectQuery GetList(string entitySet...this.CurrentDataSource.CreateQuery(string.Format("SE...
GetType() Gets the Type of the current instance. HasEntitySetName(String) Configures the entity set name to be used for this entity type. The entity set name can only be configured for the base type in each set. HasIndex<TIndex>(Expression<Func<TEntityType,TIndex>>) Configures index...
Modifier and TypeMethod and Description String apiEntitySetName() Get the apiEntitySetName property: The api entity set name. EntityTypes entityType() Get the entityType property: Type of entity. List<PropertyDefinition> fields() Get the fields property: The properties of the Profile....
voidplayEffect(EntityEffecttype) 为此实体执行指定的EntityEffect. voidremove() 将实体标记为删除. booleanremovePassenger(Entitypassenger) 移除一名乘客. booleanremoveScoreboardTag(java.lang.String tag) 删除此实体的一个标签. voidsetCustomNameVisible(boolean flag) ...
classBookEntityConfig:IEntityTypeConfiguration<Book>{publicvoidConfigure(EntityTypeBuilder<Book>builder){builder.ToTable("T_Books");}} 创建继承自DbContext的类 代码语言:javascript 代码运行次数:0 运行 AI代码解释 internalclassMyDbContext:DbContext{publicDbSet<Book>Books{get;set;}protectedoverridevoidOnConf...
Entity Set path:[organization URI]/api/data/v8.0/incidents Base Type:crmbaseentity EntityType Display Name:Case Primary Key:incidentid Primary Name Attribute:title Properties Single-valued navigation properties Collection-valued navigation properties ...
Entity Set path:[organization URI]/api/data/v8.2/competitors Base Type:crmbaseentity EntityType Display Name:Competitor Primary Key:competitorid Primary Name Attribute:name Properties Lookup Properties Single-valued navigation properties Collection-valued navigation properties ...
Type Parameters TEntity The entity type. Inheritance Object ObjectQuery ObjectQuery<TEntity> ObjectSet<TEntity> Remarks TheObjectSet<TEntity>class allows you to operate on a typed entity set without having to specify the entity set name as an argument to each method call. TheObjectSet<TEntity...
Entity Set path: [organization URI]/api/data/v8.0/similarityrulesBase Type: crmbaseentity EntityTypeDisplay Name: Similarity RulePrimary Key: similarityruleidPrimary Name Attribute: namePropertiesSingle-valued navigation propertiesCollection-valued navigation properties...
EntityEntity.setTableName(StringtableName) 设置表名 Methods incn.hutool.dbthat return types with arguments of typeEntity Modifier and TypeMethod and Description List<Entity>AbstractDb.find(Collection<String> fields,Entitywhere) 查询 查询条件为多个key value对表示,默认key = value,如果使用其它条件可以使...