Dibware.StoredProcedureFramework.StoredProcedureAttributes.DbTypeAttribute.DbTypeAttribute C# (CSharp) 메소드

DbTypeAttribute() 공개 메소드

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