←Select platform

Schema Property

Summary

Returns the path to the xml-schema that is used to create a typed dataset

Syntax

C#
VB
C++
public static string Schema { get; } 
Public Shared ReadOnly Property Schema() As String 
   Get 
public:  
   static property String^ Schema 
   { 
      String^ get() 
   } 

Property Value

The path to the xml-schema that is used to create a typed dataset

Remarks

The Schema property is set internally through configuration files: The default is for Schema to be empty, which means to use the default schema of the CompositeInstanceDataSet. For more information, refer to LEAD Medical Storage Server Custom Database.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly