Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates if a column in a result set is a sparse column set.
Syntax
public boolean isSparseColumnSet(int column)
Parameters
column
The (one-based) index of the column.
Return Value
true if a column in a result set is a sparse column set, otherwise false.
Remarks
This method does not retrieve information from the database.
See Also
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class