[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Schema class
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Schema(
string name,
bool readOnly,
IEnumerable<Schema..::..FieldDef> fieldDefs,
IEnumerable<TableAttribute> tableAttributes = null
)
public Schema(
string name,
bool readOnly,
IEnumerable<Schema..::..FieldDef> fieldDefs,
IEnumerable<TableAttribute> tableAttributes = null
)
Public Sub New (
name As String,
readOnly As Boolean,
fieldDefs As IEnumerable(Of Schema..::..FieldDef),
Optional tableAttributes As IEnumerable(Of TableAttribute) = Nothing
)
Public Sub New (
name As String,
readOnly As Boolean,
fieldDefs As IEnumerable(Of Schema..::..FieldDef),
Optional tableAttributes As IEnumerable(Of TableAttribute) = Nothing
)
public:
Schema(
String^ name,
bool readOnly,
IEnumerable<Schema..::..FieldDef^>^ fieldDefs,
IEnumerable<TableAttribute^>^ tableAttributes = nullptr
)
public:
Schema(
String^ name,
bool readOnly,
IEnumerable<Schema..::..FieldDef^>^ fieldDefs,
IEnumerable<TableAttribute^>^ tableAttributes = nullptr
)
new :
name : string *
readOnly : bool *
fieldDefs : IEnumerable<Schema..::..FieldDef> *
?tableAttributes : IEnumerable<TableAttribute>
(* Defaults:
let _tableAttributes = defaultArg tableAttributes null
*)
-> Schema
new :
name : string *
readOnly : bool *
fieldDefs : IEnumerable<Schema..::..FieldDef> *
?tableAttributes : IEnumerable<TableAttribute>
(* Defaults:
let _tableAttributes = defaultArg tableAttributes null
*)
-> Schema