[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)
protected Exception CheckMinMax(
FieldAttribute atr,
string fName,
IComparable val
)
protected Exception CheckMinMax(
FieldAttribute atr,
string fName,
IComparable val
)
Protected Function CheckMinMax (
atr As FieldAttribute,
fName As String,
val As IComparable
) As Exception
Protected Function CheckMinMax (
atr As FieldAttribute,
fName As String,
val As IComparable
) As Exception
protected:
Exception^ CheckMinMax(
FieldAttribute^ atr,
String^ fName,
IComparable^ val
)
protected:
Exception^ CheckMinMax(
FieldAttribute^ atr,
String^ fName,
IComparable^ val
)
member CheckMinMax :
atr : FieldAttribute *
fName : string *
val : IComparable -> Exception
member CheckMinMax :
atr : FieldAttribute *
fName : string *
val : IComparable -> Exception
Return Value
Type:
Exception