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