| IRecordContains Method |
Indicates if the record contains the a column with the specified name.
Namespace:
AskiaFieldCom.SqlDatabase
Assembly:
AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool Contains(
string columnName
)
bool Contains(
String^ columnName
)
Parameters
- columnName
- Type: SystemString
Name of the column to check.
Return Value
Type:
Boolean
Returns
true if the record contains the specified column name,
false otherwise.
See Also