Shaolinq.MySql.MySqlSqlDataTypeProvider.GetBlobDataType C# (CSharp) Method

GetBlobDataType() protected method

protected GetBlobDataType ( ) : SqlDataType
return Shaolinq.Persistence.SqlDataType
		protected override SqlDataType GetBlobDataType()
		{
			return new DefaultBlobSqlDataType(this.ConstraintDefaultsConfiguration, "LONGBLOB");
		}