Click or drag to resize
EntityProperty.Name Property
The name of the property. 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.2.0.0 (5.2.17.0403)
Syntax
public string Name { get; }

Property Value

Type: String

Implements

IFieldInfo.Name
Exceptions
ExceptionCondition
ArgumentExceptionThe value specified for Name is invalid.
See Also