Gets the Field with the specified name
Namespace: StreamBase.SBAssembly: 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
| Exception | Condition |
|---|---|
| StreamBase.SB..::..NoSuchFieldException | If there is no field in this schema with the given name |
| StreamBase.SB..::..NonTupleFieldInPath |