 | ICommenceDatabaseFieldValueExists Method |
Checks to see if value is already present for given field.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxbool FieldValueExists(
string categoryName,
string fieldName,
string fieldValue,
bool caseSensitive = true
)
Function FieldValueExists (
categoryName As String,
fieldName As String,
fieldValue As String,
Optional caseSensitive As Boolean = true
) As Boolean
Parameters
- categoryName
- Type: SystemString
Commence category name. - fieldName
- Type: SystemString
Commence fieldname. - fieldValue
- Type: SystemString
Value to check. - caseSensitive (Optional)
- Type: SystemBoolean
Compare case-sensitive. Defaults to true.
Return Value
Type:
Booleantrue if value exists.
See Also