[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public FieldDef(
string name,
Type type,
QuerySource..::..ColumnDef columnDef
)
public FieldDef(
string name,
Type type,
QuerySource..::..ColumnDef columnDef
)
Public Sub New (
name As String,
type As Type,
columnDef As QuerySource..::..ColumnDef
)
Public Sub New (
name As String,
type As Type,
columnDef As QuerySource..::..ColumnDef
)
public:
FieldDef(
String^ name,
Type^ type,
QuerySource..::..ColumnDef^ columnDef
)
public:
FieldDef(
String^ name,
Type^ type,
QuerySource..::..ColumnDef^ columnDef
)
new :
name : string *
type : Type *
columnDef : QuerySource..::..ColumnDef -> FieldDef
new :
name : string *
type : Type *
columnDef : QuerySource..::..ColumnDef -> FieldDef