Beispiel #1
0
 /// <summary>
 /// Recupera o esquema do tipo.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("GroupByEntry", Namespaces.Query));
 }
Beispiel #2
0
 private static System.Xml.XmlQualifiedName GetOperatorSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("Operator", Namespaces.Query));
 }
 /// <summary>
 /// Recupera o esquema Xml da classe.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetMySchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("ReferenceParameterValue", Namespaces.Query));
 }
Beispiel #4
0
 /// <summary>
 /// Recupera o esquema do registro.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetQueryResultSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new XmlQualifiedName("QueryResult", Namespaces.Query));
 }
Beispiel #5
0
 private static System.Xml.XmlQualifiedName GetParameterSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("Variable", Namespaces.Query));
 }
Beispiel #6
0
 /// <summary>
 /// Recupera o esquema Xml da classe.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("UnionCollection", Namespaces.Query));
 }
Beispiel #7
0
 /// <summary>
 /// Recupera o esquena para o tipo.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetValuesArraySchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("ValuesArray", Namespaces.Query));
 }
Beispiel #8
0
 /// <summary>
 /// Recupera o esquema do registro.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetFormulaSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("Formula", Namespaces.Query));
 }
 /// <summary>
 /// Recupera o esquema do registro.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetConditionalContainerSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("ConditionalContainer", Namespaces.Query));
 }
Beispiel #10
0
 /// <summary>
 /// Recupera o esquema que representa o tipo.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetMySchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("QueryExecutePredicate", Namespaces.Query));
 }
Beispiel #11
0
 /// <summary>
 /// Recupera o esquema que representa o tipo.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetMySchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("RequiredField", Namespaces.Query));
 }
Beispiel #12
0
 /// <summary>
 /// Recupera o esquema do registro.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetMinusTermSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("MinusTerm", Namespaces.Query));
 }
 /// <summary>
 /// Recupera o esquena para o tipo.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetStoredProcedureName(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("StoredProcedureName", Namespaces.Query));
 }
Beispiel #14
0
 private static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("ProjectionEntry", Namespaces.Query));
 }
Beispiel #15
0
 /// <summary>
 /// Recupera o esquena para o tipo.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetCaseWhenExpressionSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("CaseWhenExpression", Namespaces.Query));
 }
Beispiel #16
0
 /// <summary>
 /// Recupera o esquema do tipo.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveQuerySchema();
     return(new System.Xml.XmlQualifiedName("TakeParameters", Namespaces.Query));
 }