SqlColumnMetadata Constructor
SqlColumnMetadata(string, SqlColumnType, bool)
Initializes a new instance of the SqlColumnMetadata class.
Declaration
public SqlColumnMetadata(string name, SqlColumnType type, bool isNullable)
Parameters
| string | name | |
| SqlColumnType | type | |
| bool | isNullable |
Exceptions
| ArgumentNullException |