Click or drag to resize
IFieldInfoName Property
The name of the field. Name cannot be of zero length nor can they consist of solely spaces. Leading and trailing spaces are trimmed.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
string Name { get; }

Property Value

Type: String
Exceptions
ExceptionCondition
ArgumentExceptionThe value specified for Name is invalid.
See Also