ModelTranslatorDefinition.FromSchema Property
Gets the starting or source model schema.
Namespace: Microsoft.Data.Schema.SchemaModel.Translation
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property FromSchema As ModelSchema
public ModelSchema FromSchema { get; }
public:
property ModelSchema^ FromSchema {
ModelSchema^ get ();
}
member FromSchema : ModelSchema
function get FromSchema () : ModelSchema
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
A ModelSchema object.
.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.
See Also
Reference
ModelTranslatorDefinition Class