ModelTranslator.FindTranslators Method (ExtensionManager, Type, IList<DataSchemaError>%)
Namespace: Microsoft.Data.Schema.SchemaModel.Translation
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Function FindTranslators ( _
fromProviderExtensionManager As ExtensionManager, _
toProvider As Type, _
<OutAttribute> ByRef errors As IList(Of DataSchemaError) _
) As IList(Of ModelTranslator)
public static IList<ModelTranslator> FindTranslators(
ExtensionManager fromProviderExtensionManager,
Type toProvider,
out IList<DataSchemaError> errors
)
public:
static IList<ModelTranslator^>^ FindTranslators(
ExtensionManager^ fromProviderExtensionManager,
Type^ toProvider,
[OutAttribute] IList<DataSchemaError^>^% errors
)
static member FindTranslators :
fromProviderExtensionManager:ExtensionManager *
toProvider:Type *
errors:IList<DataSchemaError> byref -> IList<ModelTranslator>
public static function FindTranslators(
fromProviderExtensionManager : ExtensionManager,
toProvider : Type,
errors : IList<DataSchemaError>
) : IList<ModelTranslator>
Parameters
- fromProviderExtensionManager
Type: Microsoft.Data.Schema.Extensibility.ExtensionManager
- toProvider
Type: System.Type
- errors
Type: System.Collections.Generic.IList<DataSchemaError>%
Return Value
Type: System.Collections.Generic.IList<ModelTranslator>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.