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