OrderByFieldFieldName Property |
Gets the name of the field.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string FieldName { get; }
Public ReadOnly Property FieldName As String
Get
public:
property String^ FieldName {
String^ get ();
}
member FieldName : string with get
Property Value
Type:
String
The name of the field.
See Also