IEntityFieldsItem Property (String) |
Gets the EntityField with the specified name.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax IEntityField this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As IEntityField
Get
Parameters
- name
- Type: SystemString
Property Value
Type:
IEntityFieldExceptions Exception | Condition |
---|
ArgumentException | When the specified name is the empty string or contains only spaces |
Remarks This property is read-only. If you want to set a value, use the int indexer
See Also