DataClassInfoGetSearchColumnType Method |
Namespace: CMS.DataEngine
public Type GetSearchColumnType( string columnName )
Exception | Condition |
---|---|
ArgumentException | Thrown if columnName is null or white-space. |
InvalidOperationException | Thrown if there is no type defined for given columnName or columnName does not exists in current DataClassInfo. |