FDO API Reference Feature Data Objects
virtual FDO_API FdoInt32 FdoISchemaCapabilities::GetNameSizeLimit ( FdoSchemaElementNameType  name  )  [pure virtual]

Returns the maximum size of a value of the given type. It includes limits for the data store name, shema name, class name, property name and description.

Parameters:
name The schema element name type identifier for which the information is to be retrieved. Can be any of the following options: FdoSchemaElementNameType_Datastore, FdoSchemaElementNameType_Schema, FdoSchemaElementNameType_Class, FdoSchemaElementNameType_Property or FdoSchemaElementNameType_Description
Returns:
Returns the size limitation for the identified schema element.


Comments or suggestions? Send us feedback.