Click or drag to resize

CreateSchemaClauseTypeDefExtensionsWrite Method

Write keyword according to type def.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void Write(
	this CreateSchemaClauseTypeDef typeDef,
	TextWriter writer
)

Parameters

typeDef
Type: com.espertech.esper.common.client.sodaCreateSchemaClauseTypeDef
The type def.
writer
Type: System.IOTextWriter
to write to

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CreateSchemaClauseTypeDef. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also