Shaolinq.Persistence.DefaultSqlDataTypeProvider.GetBlobDataType C# (CSharp) Method

GetBlobDataType() protected method

protected GetBlobDataType ( ) : SqlDataType
return SqlDataType
		protected virtual SqlDataType GetBlobDataType()
		{
			return new DefaultBlobSqlDataType(this.ConstraintDefaultsConfiguration, "BLOB");
		}