AbstractInfoBaseTInfoGetExternalColumnSettings Method |
Returns settings for external storage of the column. Returns null by default (which causes the default settings to be used in the external column data storage process).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected ExternalColumnSettings<TInfo> GetExternalColumnSettings(
string columnName
)
Parameters
- columnName
- Type: SystemString
Name of the column
Return Value
Type:
ExternalColumnSettingsTInfoSee Also