Dibware.StoredProcedureFramework.StoredProcedureAttributes.DbTypeAttribute.DbTypeAttribute C# (CSharp) Méthode

DbTypeAttribute() public méthode

public DbTypeAttribute ( SqlDbType type ) : System
type SqlDbType
Résultat System
        public DbTypeAttribute(SqlDbType type)
        {
            Value = type;
        }
DbTypeAttribute