Return true if this Schema has a Field by the given name.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

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

Parameters

sFieldName
String

See Also