IsCustom
Holds a Boolean value that can be used for specifying weather this field's name is a custom name or not.
If it is set to true the Name property can be assigned any valid sql String. This can be very useful for creating calculated columns in result sets where the calculated column is created by the database server.
MyField.IsCustom = true;
| C# | |
|---|---|
public bool IsCustom {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0