[Missing <summary> documentation for "M:DatabaseObjects.SQL.SQLFieldValues.Exists(System.String)"]

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

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

Parameters

strFieldName
Type: System..::..String

[Missing <param name="strFieldName"/> documentation for "M:DatabaseObjects.SQL.SQLFieldValues.Exists(System.String)"]

Return Value

[Missing <returns> documentation for "M:DatabaseObjects.SQL.SQLFieldValues.Exists(System.String)"]

See Also