[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<TableAttribute> tableAttributes,
params Schema..::..FieldDef[] fieldDefs
)
public Schema(
string name,
bool readOnly,
IEnumerable<TableAttribute> tableAttributes,
params Schema..::..FieldDef[] fieldDefs
)
Public Sub New (
name As String,
readOnly As Boolean,
tableAttributes As IEnumerable(Of TableAttribute),
ParamArray fieldDefs As Schema..::..FieldDef()
)
Public Sub New (
name As String,
readOnly As Boolean,
tableAttributes As IEnumerable(Of TableAttribute),
ParamArray fieldDefs As Schema..::..FieldDef()
)
public:
Schema(
String^ name,
bool readOnly,
IEnumerable<TableAttribute^>^ tableAttributes,
... array<Schema..::..FieldDef^>^ fieldDefs
)
public:
Schema(
String^ name,
bool readOnly,
IEnumerable<TableAttribute^>^ tableAttributes,
... array<Schema..::..FieldDef^>^ fieldDefs
)
new :
name : string *
readOnly : bool *
tableAttributes : IEnumerable<TableAttribute> *
fieldDefs : Schema..::..FieldDef[] -> Schema
new :
name : string *
readOnly : bool *
tableAttributes : IEnumerable<TableAttribute> *
fieldDefs : Schema..::..FieldDef[] -> Schema