Show / Hide Table of Contents

Namespace DevZest.Data.SqlServer

Classes

_DateTimeOffset

Represents a nullable System.DateTimeOffset column.

_SqlXml

Represents a System.Data.SqlTypes.SqlXml column.

_TimeSpan

Represents a nullable System.TimeSpan column.

ColumnExtensions

Provides extension methods for column object.

ExpressionGenerator

Generates T-SQL from expression.

SqlBinaryAttribute

Specifies SQL Server BINARY(n) data type for column.

SqlBinaryMaxAttribute

Specifies SQL Server BINARY(MAX) data type for column.

SqlCharAttribute

Specifies SQL Server CHAR(n) data type for column.

SqlCharMaxAttribute

Specifies SQL Server CHAR(MAX) data type for column.

SqlDateAttribute

Specifies SQL Server DATE data type for column.

SqlDateTime2Attribute

Specifies SQL Server DATETIME2 data type for column.

SqlDateTimeAttribute

Specifies SQL Server DATETIME data type for column.

SqlDecimalAttribute

Specifies SQL Server DECIMAL data type for column.

SqlFunctions

Provides SQL Server specific functions.

SqlMoneyAttribute

Specifies SQL Server MONEY data type for column.

SqlNCharAttribute

Specifies SQL Server NCHAR(n) data type for column.

SqlNCharMaxAttribute

Specifies SQL Server NCHAR(MAX) data type for column.

SqlNVarCharAttribute

Specifies SQL Server NVARCHAR(n) data type for column.

SqlNVarCharMaxAttribute

Specifies SQL Server NVARCHAR(MAX) data type for column.

SqlReader

Reads data from SQL Server database.

SqlSession

SQL Server implementation of database session.

SqlSmallDateTimeAttribute

Specifies SQL Server SMALLDATETIME data type for column.

SqlSmallMoneyAttribute

Specifies SQL Server SMALLMONEY data type for column.

SqlTimeAttribute

Specifies SQL Server TIME data type for column.

SqlTimeStampAttribute

Specifies SQL Server TIMESTAMP data type for column.

SqlType

Represents SQL Server data type.

SqlVarBinaryAttribute

Specifies SQL Server VARBINARY(n) data type for column.

SqlVarBinaryMaxAttribute

Specifies SQL Server VARBINARY(MAX) data type for column.

SqlVarCharAttribute

Specifies SQL Server VARCHAR(n) data type for column.

SqlVarCharMaxAttribute

Specifies SQL Server VARCHAR(MAX) data type for column.

Enums

SqlVersion

Specifies SQL Server version.

Back to top Copyright © Weifen Luo | DevZest