SqlColumnBinder Constructor
Creates a SqlColumnReader to read the named column
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
columnName As String _
)
public SqlColumnBinder(
string columnName
)
public:
SqlColumnBinder(
String^ columnName
)
new :
columnName:string -> SqlColumnBinder
public function SqlColumnBinder(
columnName : String
)
Parameters
- columnName
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.