Returns true if there is a column named specified by name

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public bool Contains(
	string name
)
Visual Basic
Public Function Contains ( _
	name As String _
) As Boolean
Visual C++
public:
bool Contains(
	String^ name
)

Parameters

name
Type: String
The column name

Return Value

true, if a column with this name is in this schema

See Also