DataSourceCommandTableName Property |
The table for which to retrieve data or update. Valid only for some command types
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string TableName { get; set; }
Public Property TableName As String
Get
Set
public:
property String^ TableName {
String^ get ();
void set (String^ value);
}
member TableName : string with get, set
Property Value
Type:
String
See Also