[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,
IEnumerable<FieldAttribute> attrs
)
public FieldDef(
string name,
Type type,
IEnumerable<FieldAttribute> attrs
)
Public Sub New (
name As String,
type As Type,
attrs As IEnumerable(Of FieldAttribute)
)
Public Sub New (
name As String,
type As Type,
attrs As IEnumerable(Of FieldAttribute)
)
public:
FieldDef(
String^ name,
Type^ type,
IEnumerable<FieldAttribute^>^ attrs
)
public:
FieldDef(
String^ name,
Type^ type,
IEnumerable<FieldAttribute^>^ attrs
)
new :
name : string *
type : Type *
attrs : IEnumerable<FieldAttribute> -> FieldDef
new :
name : string *
type : Type *
attrs : IEnumerable<FieldAttribute> -> FieldDef