Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public void SetExtendedProperties(
	string connectionString,
	SchemaObjectBase schemaObject
)
Visual Basic
Public Sub SetExtendedProperties ( 
	connectionString As String,
	schemaObject As SchemaObjectBase
)

Parameters

connectionString
Type: System..::..String
schemaObject
Type: SchemaExplorer..::..SchemaObjectBase

Implements

IDbSchemaProvider..::..SetExtendedProperties(String, SchemaObjectBase)

See Also