C# Class System.TableValuedSqlFunctionAttribute

Inheritance: SqlFunctionAttribute
Mostra file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
TableValuedSqlFunctionAttribute ( string name, string resultColumnName, DbType dbType ) : System.Data

Method Details

TableValuedSqlFunctionAttribute() public method

public TableValuedSqlFunctionAttribute ( string name, string resultColumnName, DbType dbType ) : System.Data
name string
resultColumnName string
dbType DbType
return System.Data