Retrieve an entity type for the given entity name, or null if the name doesn't correspond to a valid EntityType.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static EntityType ForName(
	string sName
)
Public Shared Function ForName ( _
	sName As String _
) As EntityType
public:
static EntityType^ ForName(
	String^ sName
)

Parameters

sName
String

See Also