ObjectTypeInfoGetTypeColumns Method |
Returns column name collection of specified object type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public ICollection<string> GetTypeColumns(
ObjectTypeInfo typeInfo
)
Parameters
- typeInfo
- Type: CMS.DataEngineObjectTypeInfo
Type info
Return Value
Type:
ICollectionStringSee Also