Return the value of a Boolean field, given its 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 virtual bool GetBoolean(
	string sFieldName
)
Public Overridable Function GetBoolean ( _
	sFieldName As String _
) As Boolean
public:
virtual bool GetBoolean(
	String^ sFieldName
)

Parameters

sFieldName
String

Exceptions

See Also