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