Gets the Field with the specified 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 Schema..::..Field GetField(
	string sName
)
Public Function GetField ( _
	sName As String _
) As Schema..::..Field
public:
Schema..::..Field^ GetField(
	String^ sName
)

Parameters

sName
String

Exceptions

ExceptionCondition
StreamBase.SB..::..NoSuchFieldExceptionIf there is no field in this schema with the given name
StreamBase.SB..::..NonTupleFieldInPath

See Also