EntityProperty Constructor (String) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public EntityProperty(
string propertyName
)
Public Sub New (
propertyName As String
)
Parameters
- propertyName
- Type: SystemString
Name of the property. Case sensitive
See Also