Return true if this Schema has a Field by the given name.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.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