IPropertyFunctionFactoryTryCreatePropertyFunction Method |
Tries to create a property function pattern with the given information.
Namespace:
VDS.RDF.Query.PropertyFunctions
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool TryCreatePropertyFunction(
PropertyFunctionInfo info,
out IPropertyFunctionPattern function
)
Function TryCreatePropertyFunction (
info As PropertyFunctionInfo,
<OutAttribute> ByRef function As IPropertyFunctionPattern
) As Boolean
Parameters
- info
- Type: VDS.RDF.Query.PropertyFunctionsPropertyFunctionInfo
Function information. - function
- Type: VDS.RDF.Query.PatternsIPropertyFunctionPattern
Property Function pattern.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.PropertyFunctions.IPropertyFunctionFactory.TryCreatePropertyFunction(VDS.RDF.Query.PropertyFunctions.PropertyFunctionInfo,VDS.RDF.Query.Patterns.IPropertyFunctionPattern@)"]
See Also