Represents the varbinary data type.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public sealed class VarBinary : DataType..::.SizedType
Visual Basic (Declaration)
Public NotInheritable Class VarBinary _
	Inherits DataType..::.SizedType
Visual C++
public ref class VarBinary sealed : public DataType..::.SizedType

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.DataType
    PerpetuumSoft.DataModel.MsSql..::.DataType..::.SizedType
      PerpetuumSoft.DataModel.MsSql..::.DataType..::.VarBinary

See Also