|
TableSchema Property
|
Get or set schema name
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
Syntaxpublic string Schema { get; set; }
Public Property Schema As String
Get
Set
public:
property String^ Schema {
String^ get ();
void set (String^ value);
}
member Schema : string with get, set
function get_Schema();
function set_Schema(value);
View SourceProperty Value
String
See Also