C# Class System.TableValuedSqlFunctionAttribute

Inheritance: SqlFunctionAttribute
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
TableValuedSqlFunctionAttribute ( string name, string resultColumnName, DbType dbType ) : System.Data

Method Details

TableValuedSqlFunctionAttribute() public méthode

public TableValuedSqlFunctionAttribute ( string name, string resultColumnName, DbType dbType ) : System.Data
name string
resultColumnName string
dbType DbType
Résultat System.Data