DataSchemaModel.GetCustomData Method
Include Protected Members
Include Inherited Members
Gets a list of custom data.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetCustomData() | Gets a list of custom data. | |
GetCustomData(String) | Gets a list of custom data by using the provided category. | |
GetCustomData(String, String) | Gets a list of custom data by using the provided category and type name. |
Top