Click or drag to resize

xPathQueryCacheExtendedconnectToSource Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
povezuje se sa novim izvorom - ako se prefix razlikuje regenerise i upit

Namespace:  imbACE.Core.xml.query
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static void connectToSource(
	this IxPathQuerySourceProvider target,
	IXPathNavigable __source
)
Request Example View Source

Parameters

target
Type: imbACE.Core.xmlIxPathQuerySourceProvider
todo: describe target parameter on connectToSource
__source
Type: System.Xml.XPathIXPathNavigable

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IxPathQuerySourceProvider. 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