摘要:
--1.查询某个实体的主要字段SELECT [AttributeId] AS [attributeid], [Name] AS [name] FROM [AttributeAsIfPublishedView] WHERE EntityId = '39C2A7D3-6689-4CD5-8673-30545D918D6C' AND DisplayMask & 256 = 256--2.根据实体Code查询实体信息select top 1 EntityId,LogicalName From MetadataSchema.Entity where ObjectTypeCode=
阅读全文