IFakeMethodsGetClassXmlSchemaT Method |
Gets the class XML schema for the given type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax string GetClassXmlSchema<T>(
bool getFromParentType = false
)
Parameters
- getFromParentType (Optional)
- Type: SystemBoolean
If true, the columns from parent type are extracted
Type Parameters
- T
Return Value
Type:
StringSee Also