Dibware.StoredProcedureFramework.StoredProcedureAttributes.DbTypeAttribute.DbTypeAttribute C# (CSharp) Method

DbTypeAttribute() public method

public DbTypeAttribute ( SqlDbType type ) : System
type SqlDbType
return System
        public DbTypeAttribute(SqlDbType type)
        {
            Value = type;
        }
DbTypeAttribute