Beispiel #1
0
        private bool Create()
        {
            this.guid = Guid.NewGuid();

            int rowsAffected = DBGeoZone.Create(
                this.guid,
                this.countryGuid,
                this.name,
                this.code);

            return(rowsAffected > 0);
        }