[This is preliminary documentation and is subject to change.]
Returns names of database bank schemas supported by the store.
Every bank implements a particular schema
Namespace: NFX.DataAccess.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
IEnumerable<string> SchemaNames { get; }
IEnumerable<string> SchemaNames { get; }
ReadOnly Property SchemaNames As IEnumerable(Of String)
Get
ReadOnly Property SchemaNames As IEnumerable(Of String)
Get
property IEnumerable<String^>^ SchemaNames {
IEnumerable<String^>^ get ();
}
property IEnumerable<String^>^ SchemaNames {
IEnumerable<String^>^ get ();
}
abstract SchemaNames : IEnumerable<string> with get
abstract SchemaNames : IEnumerable<string> with get
Property Value
Type:
IEnumerable
String