[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool HasFieldInNamedKey(
string fieldName,
IDataStoreKey key
)
public static bool HasFieldInNamedKey(
string fieldName,
IDataStoreKey key
)
Public Shared Function HasFieldInNamedKey (
fieldName As String,
key As IDataStoreKey
) As Boolean
Public Shared Function HasFieldInNamedKey (
fieldName As String,
key As IDataStoreKey
) As Boolean
public:
static bool HasFieldInNamedKey(
String^ fieldName,
IDataStoreKey^ key
)
public:
static bool HasFieldInNamedKey(
String^ fieldName,
IDataStoreKey^ key
)
static member HasFieldInNamedKey :
fieldName : string *
key : IDataStoreKey -> bool
static member HasFieldInNamedKey :
fieldName : string *
key : IDataStoreKey -> bool
Return Value
Type:
Boolean