Table name (not qualified with schema or owner)
Namespace: HuagatiEFProfilerAssembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092
Syntax
C# |
---|
public string TableName { get; set; } |
Visual Basic |
---|
Public Property TableName As String
Get
Set |
Visual C++ |
---|
public:
property String^ TableName {
String^ get ();
void set (String^ value);
} |
See Also