private static Native.SchemaProperty ForMarshalling(Schema.Property property) { return(new Native.SchemaProperty { name = property.Name, type = property.Type, object_type = property.ObjectType, is_nullable = property.IsNullable, is_indexed = property.IsIndexed, is_primary = property.IsPrimaryKey }); }
internal static Native.SchemaProperty ForMarshalling(Schema.Property property) { return(new Native.SchemaProperty { name = property.Name, type = property.Type, object_type = property.ObjectType, link_origin_property_name = property.LinkOriginPropertyName, is_nullable = property.IsNullable, is_indexed = property.IsIndexed, is_primary = property.IsPrimaryKey }); }