ObjectHelperGetBinaryDataSet Method |
Gets empty DataSet for binary data.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static DataSet GetBinaryDataSet(
bool binaryData
)
Parameters
- binaryData
- Type: SystemBoolean
If false, binary data column is string column
Return Value
Type:
DataSetSee Also