Creates a new mssql model.
Moves to the next column.
Retrieves a value from the model's data.
Retrieves a boolean value.
Retrieves any kind of value.
Retrieves an enum value.
Retrieves a nullable enum value.
Retrieves a nullable value.
Retrieves a text value.
Gets the raw mssql row.
Sets the raw mssql row.
The name of the table associated with the mssql model.
Reads the model from the reader. Called internally from readSingle & readMany
Inserts the model.
Updates the model.
Deletes the model.
Reads the relationships the model has.
Creates a new mssql model.