BizFormInfoProviderCreateBizFormDataClass Method |
Creates bizform data class definition based on the given parameters.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax public static DataClassInfo CreateBizFormDataClass(
string className,
string displayName,
string tableName,
string primaryKeyName
)
Parameters
- className
- Type: SystemString
Form class name - displayName
- Type: SystemString
Form display name - tableName
- Type: SystemString
Form table name - primaryKeyName
- Type: SystemString
Table primary key column name
Return Value
Type:
DataClassInfoSee Also