Пример #1
0
        /// <summary>
        /// Create a new SchemaFields object.
        /// </summary>
        /// <param name="schema">Initial value of the Schema property.</param>
        /// <param name="name">Initial value of the Name property.</param>
        /// <param name="start">Initial value of the Start property.</param>
        /// <param name="length">Initial value of the Length property.</param>
        public static SchemaFields CreateSchemaFields(global::System.Int32 schema, global::System.String name, global::System.Int32 start, global::System.Int32 length)
        {
            SchemaFields schemaFields = new SchemaFields();

            schemaFields.Schema = schema;
            schemaFields.Name   = name;
            schemaFields.Start  = start;
            schemaFields.Length = length;
            return(schemaFields);
        }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SchemasFields EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSchemasFields(SchemaFields schemaFields)
 {
     base.AddObject("SchemasFields", schemaFields);
 }